home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2001 / Max Calendar 2001.iso / pc / Data / Cal.dxr / 00208_INIZIALIZZA MAGGIO.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  628 b   |  13 lines

  1. global gCursori, gNome
  2.  
  3. on exitFrame
  4.   InitCursori()
  5.   lNumero = member("VoidNote").castLibNum
  6.   set the castLibNum of sprite 10 to lNumero
  7.   set the member of sprite 10 to gNome
  8.   member(gNome).scrollTop = 0
  9.   gCursori = [0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0]
  10.   sprite(10).visible = 1
  11.   updateStage()
  12. end
  13.